PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.a3d Package / PDF3DView Class / setProjection Method
A PDF3DProjection object that represents the projection of coordinates in the 3D artwork (already transformed into camera coordinates) onto the target coordinate system of the annotation.
In This Topic
    setProjection Method
    In This Topic
    Sets the view projection.
    Syntax
    public void setProjection( 
       PDF3DProjection projection
    )

    Parameters

    projection
    A PDF3DProjection object that represents the projection of coordinates in the 3D artwork (already transformed into camera coordinates) onto the target coordinate system of the annotation.
    See Also